home *** CD-ROM | disk | FTP | other *** search
/ Canadian Geographic Explorer / Canadian Geographic Explorer.iso / pc / riddler.dxr / 00032_Wake Up Call.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  312 b   |  10 lines

  1. on exitFrame
  2.   global gVoiceChannel, gPathToSound, fileDelimiter, gSoundFXChannel
  3.   sound playFile gVoiceChannel, gPathToSound & "rules" & fileDelimiter & "R400" & random(5) & ".aif"
  4.   sound playFile gSoundFXChannel, gPathToSound & "soundFX" & fileDelimiter & "Ticking.aif"
  5. end
  6.  
  7. on keyDown
  8.   BuzzInHandler()
  9. end
  10.